home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / nostalji / bbs / faq / client.txt < prev    next >
Encoding:
Internet Message Format  |  1995-07-04  |  11.3 KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!news.kei.com!newshost.marcam.com!zip.eecs.umich.edu!newsxfer.itd.umich.edu!news.cic.net!locust.cic.net!pauls
  2. From: pauls@CIC.Net
  3. Newsgroups: comp.mail.misc,comp.answers,news.answers
  4. Subject: Client-server mail protocols FAQ
  5. Supersedes: <mailclient-faq-1-802242002@CIC.Net>
  6. Followup-To: comp.mail.misc
  7. Date: 4 Jul 1995 04:59:51 GMT
  8. Organization: CICNet, Inc.
  9. Lines: 311
  10. Approved: news-answers-request@MIT.Edu
  11. Distribution: world
  12. Expires: 08/08/95 01:00:01
  13. Message-ID: <mailclient-faq-1-804834001@CIC.Net>
  14. Reply-To: pauls@CIC.Net (Paul Southworth)
  15. NNTP-Posting-Host: locust.cic.net
  16. Keywords: FAQ MAIL POP IMAP
  17. X-Posting-Frequency: posted on the 4th of each month
  18. Originator: pauls@locust.cic.net
  19. Xref: senator-bedfellow.mit.edu comp.mail.misc:24574 comp.answers:12852 news.answers:47650
  20.  
  21. Posted-By: auto-faq 3.1.1.2
  22. Archive-name: mail/mailclient-faq
  23.  
  24.  
  25. Mini FAQ on client-server mail protocols
  26. ----------------------------------------
  27.  
  28. $Id: mailclientfaq.1,v 1.16 1995/05/27 17:24:55 pauls Exp $
  29.  
  30. This is a mini FAQ covering client-server mail protocols, available
  31. software packages, and pointers to sources and FAQs.  To get something
  32. included in it, email it to me.
  33.  
  34. --
  35. Paul Southworth
  36. CICNet Systems Support
  37. pauls@cic.net
  38.  
  39.  
  40. A. Servers
  41.    1. Where can I get a POP server?
  42.    2. Where can I get a IMAP server?
  43.    3. What's the difference between POP and IMAP?
  44.    4. What are the relevant RFCs for POP and IMAP?
  45.  
  46. B. Clients
  47.    1. Where can I get a POP client?
  48.    2. Where can I get a IMAP client?
  49.  
  50.  
  51. A  Servers
  52. 1. Where can I get a POP server?
  53.  
  54.    For Unix:
  55.  
  56.    The "qpop" distribution is a direct descendent of the UCB "popper"
  57.    and should be used instead of the UCB popper package since popper hasn't
  58.    been maintained in 2+ years.  qpop supports many platforms and
  59.    also supports Kerberos IV.  It is maintained by Qualcomm, makers of
  60.    the popular Eudora POP client.
  61.  
  62.    ftp.qualcomm.com:/quest/unix/servers/popper
  63.  
  64.    The IMAP distribution contains the ipop2d and ipop3d servers (in
  65.    addition to imapd) which are POP2 and POP3 respectively.  The IMAP
  66.    distribution has also been ported to many platforms.
  67.  
  68.    ftp.cac.washington.edu:/imap/imap.tar.Z
  69.  
  70.    BlitzMail is Dartmouth College's freeware client-server Internet
  71.    e-mail system (supports POP3 and POP password changing protocol).
  72.    More information about BlitzMail can be found at:
  73.    <http://www.dartmouth.edu/pages/softdev/blitz.html>.
  74.  
  75.    ftp.dartmouth.edu:/pub/mac/BlitzMail/Export
  76.  
  77.    Pop3d is a POP server produced by Katie Stevens at the University of
  78.    California, Davis.  It has apparently not been maintained in some
  79.    time, and has not been widely ported.  Notes indicate that it was
  80.    coded based on RFC1225, which has been obsoleted by RFCs 1460 and
  81.    1725 since pop3d was released.
  82.  
  83.    ftp.ucdavis.edu:/unix-public/pop3d.tar
  84.  
  85.    For OpenVMS:
  86.  
  87.    There is a free OpenVMS POP3 server available in
  88.    ftp://ftp.indiana.edu/pub/vms/iupop3.
  89.    [Thanks to "Mark H. Wood" <MWOOD@INDYVAX.IUPUI.EDU>]
  90.  
  91.    For Macintosh:
  92.  
  93.    MailShare runs on the Macintosh, and supports SMTP and POP services.
  94.    For information: http://www.winternet.com/~carl/mailshare/mailshare.html
  95.    To download: ftp://ftp.winternet.com/users/carl
  96.  
  97.    For Windows:
  98.  
  99.    WinSMTP is an SMTP/POP3 server for Microsoft Windows (and NT).
  100.    For information: winsmtp@wildside.kwnet.on.ca
  101.    To download: ftp://ftp.metrics.com/smtp
  102.  
  103.    For Windows NT:
  104.  
  105.    Net Shopper offers NTMAIL which supports SMTP and POP.  For information:
  106.    http://www.net-shopper.co.uk/software/mail.htm
  107.  
  108.    For Netware:
  109.   
  110.    Mercury Mail supports SMTP and POP3 running on a Novell Netware server.
  111.    oak.oakland.edu:/pub/msdos/novell/mercXXX.zip (XXX = version, current = 113)
  112.  
  113. 2. Where can I get a IMAP server?
  114.  
  115.    For Unix:
  116.  
  117.    The Washington IMAP distribution is the most widely used IMAP
  118.    server.  Widely ported and easy to install.  Includes POP2 and POP3
  119.    servers as well.
  120.  
  121.    ftp.cac.washington.edu:/imap/imap.tar.Z
  122.  
  123.    The Cyrus IMAP server differs from other IMAP server implementations
  124.    in that it is generally intended to be run on "sealed" servers, where
  125.    normal users are not permitted to log in. The mailbox database is
  126.    stored in parts of the filesystem that are private to the Cyrus IMAP
  127.    system. All user access to mail is through the IMAP, POP3, or KPOP
  128.    protocols.  For information, http://andrew2.andrew.cmu.edu/cyrus/cyrus
  129.  
  130.    ftp.andrew.cmu.edu:/pub/cyrus-mail
  131.  
  132.    For OpenVMS:
  133.  
  134.    Innosoft International, Inc. includes POP2, POP3, and IMAP2 servers
  135.    in their PMDF email package, which runs on OpenVMS.
  136.    [Thanks to: "Mark H. Wood" <MWOOD@INDYVAX.IUPUI.EDU>]
  137.  
  138. 3. What's the difference between POP and IMAP?
  139.  
  140.    Terry Gray's "imap.vs.pop" document in the IMAP distribution describes
  141.    this in detail.  Stealing from that document:
  142.  
  143.     With POP (Post Office Protocol), mail is delivered to a shared
  144.     server, and a personal computer user periodically connects to
  145.     the server and downloads all of the pending mail to the
  146.     "client" machine.  Thereafter, all mail processing is local to
  147.     the client machine.  Think of POP as providing a
  148.     store-and-forward service, intended to move mail (on demand)
  149.     from an intermediate server (drop point) to a single
  150.     destination machine, usually a PC or Mac. Once delivered to the
  151.     PC or Mac, the messages are typically deleted from the POP
  152.     server.
  153.  
  154.     IMAP is a client-server mail protocol designed to permit
  155.     manipulation of remote mailboxes as if they were local.  With
  156.     IMAP, mail is again delivered to a shared server, but the mail
  157.     client machine does not normally copy it all at once and then
  158.     delete it from the server.  It's more of a client-server model,
  159.     where the IMAP client can ask the server for headers, or the
  160.     bodies of specified messages, or to search for messages meeting
  161.     certain criteria. Messages in the mail repository can be marked
  162.     as deleted and subsequently expunged, but they stay on the
  163.     repository until the user takes such action.
  164.  
  165.     Need more?  Go read the document yourself.  It's stored on
  166.     ftp.cac.washington.edu:/mail/imap.vs.pop
  167.  
  168. 4.  What are the relevant RFCs for POP and IMAP?
  169.  
  170.     On ftp.uu.net:/inet/rfc
  171.  
  172.     For POP3:
  173.  
  174.     1734  Myers, J.  POP3 AUTHentication command.  1994 December; 5
  175.     p. (Format:  TXT=8499 bytes)
  176.  
  177.     1725  Myers, J.; Rose, M.  Post Office Protocol - Version 3.
  178.     1994 November; 18 p. (Format: TXT=35058 bytes)  (Obsoletes RFC
  179.     1460)
  180.  
  181.     1082  Rose, M.  Post Office Protocol: Version 3: Extended
  182.     service offerings.  1988 November; 11 p. (Format: TXT=25423
  183.     bytes)
  184.  
  185.     For IMAP:
  186.  
  187.     1733  Crispin, M.  DISTRIBUTED ELECTRONIC MAIL MODELS IN
  188.     IMAP4.  1994 December; 3 p. (Format: TXT=6205 bytes)
  189.  
  190.     1732  Crispin, M.  IMAP4 COMPATIBILITY WITH IMAP2 AND
  191.     IMAP2BIS.  1994 December; 5 p. (Format: TXT=9276 bytes)
  192.  
  193.     1731  Myers, J.  IMAP4 Authentication Mechanisms.  1994
  194.     December; 6 p.  (Format: TXT=11433 bytes)
  195.  
  196.     1730  Crispin, M.  INTERNET MESSAGE ACCESS PROTOCOL - VERSION
  197.     4.  1994 December; 73 p. (Format: TXT=156660 bytes)
  198.  
  199.     1203  Rice, J.  Interactive Mail Access Protocol: Version 3.
  200.     1991 February; 49 p. (Format: TXT=123325 bytes)  (Obsoletes RFC
  201.     1064)
  202.  
  203.     1176  Crispin, M.  Interactive Mail Access Protocol: Version
  204.     2.  1990 August; 30 p. (Format: TXT=67330 bytes)  (Obsoletes
  205.     RFC 1064)
  206.  
  207. 5.  Where can I find more about available IMAP software?
  208.  
  209.     ftp.cac.washington.edu:/mail/imap.software
  210.  
  211.  
  212. B.  Clients
  213. 1.  Where can I get a POP client?
  214.  
  215.     For Unix:
  216.  
  217.     The Rand Mail Handler supports POP.
  218.     ftp.ics.uci.edu:/pub/mh
  219.  
  220.     POP3 support has been added to mailx.
  221.     ftp.cic.net:/pub/Software/unix/mail/popmail.shar.gz
  222.  
  223.     For Emacs:
  224.  
  225.     The "vm" elisp package supports POP for emacs (versions 18 and 19 are
  226.     supported).
  227.     ftp.uu.net:/networking/mail/vm
  228.  
  229.     For MSDOS:
  230.  
  231.     Pegasus Mail supports POP.
  232.     oak.oakland.edu:/pub/msdos/novell/pmail322.zip
  233.  
  234.     Minuet is the successor of UMinn "popmail".  It supports POP (as well
  235.     as gopher, NNTP, and ftp protocols).
  236.     boombox.micro.umn.edu:/pub/pc/minuet
  237.  
  238.     For Windows:
  239.  
  240.     Eudora works under Windows and Windows NT.
  241.     ftp.qualcomm.com:/quest/eudora/windows
  242.  
  243.     For Macintosh:
  244.  
  245.     Eudora works on the Mac (PPC versions too).
  246.     ftp.qualcomm.com:/quest/eudora/mac
  247.  
  248.     POPMail II is another.
  249.     archive.umich.edu:/mac/util/comm/popmailiiX.XX.sit.hqx (X.XX = version)
  250.  
  251.     I hear that Pegasus for the Mac will do it too, but I can't test
  252.     that for you (sorry).
  253.     archive.umich.edu:/mac/util/network/pegasusmailX.XX.cpt.hqx (X.XX = version)
  254.  
  255.  
  256. 2.  Where can I get an IMAP client?
  257.  
  258.     For Unix:
  259.  
  260.     The popular "pine" mail package is probably the most widely used.
  261.     ftp.cac.washington.edu:/pine/pine.tar.Z
  262.  
  263.     For X/Motif:
  264.  
  265.     ML is an IMAP mail client for the X Window system using the
  266.     Motif toolkit. It provides advanced mail processing features as well
  267.     as being easy to use for "the masses".
  268.  
  269.     camis.stanford.edu:/pub/ml/ml.tar.Z
  270.  
  271.     For X/Athena:
  272.  
  273.     XLView is an IMAP based mail program for the X window system.
  274.     The name is derived from one of the fundamental features of the
  275.     program, "Logical Views". A logical view is in essence a filter which
  276.     is applied to a mailbox, and looks just like a mailbox, but only
  277.     contains messages which match the defined filter rules. XLView is
  278.     designed for heavy-duty mail processing and interaction, but is also
  279.     easy enough for the un-trained to use effectively.
  280.  
  281.     XLView takes full advantage of the X window system to do
  282.     things you just can't do from a TTY based mail interface. You can do a
  283.     whole lot of things at once. You can simultaneously work with
  284.     different mailboxes (on different servers), access different logical
  285.     views of any of these mailboxes, and each message read and compose
  286.     action is done in its own self contained window, allowing you to (for
  287.     instance), start a letter to a friend, deal with a work emergency
  288.     involving several messages, and resume it at a more convenient time,
  289.     or even work on it in during the other correspondence.
  290.  
  291.     camis.stanford.edu:/pub/xlview
  292.  
  293.     For MSDOS:
  294.  
  295.     Pine works on MSDOS too.
  296.  
  297.     ftp.cac.washington.edu:/pine/pcpine
  298.  
  299.     The PCPINE versions go like this (from the README)
  300.  
  301.     There are five versions of PC-Pine:
  302.  
  303.     o DOS: FTP Inc's PC-TCP                       file name: pcpine_f.zip
  304.     o DOS: Novell's LAN Workplace for DOS         file name: pcpine_n.zip
  305.     o DOS: Sun's PC-NFS                           file name: pcpine_s.zip
  306.     o DOS: WATTCP/Packet Driver                   file name: pcpine_p.zip
  307.  
  308.     For Windows:
  309.  
  310.     Pine works on Windows too.  It works, but it ain't purty.  Uses WINSOCK.
  311.     ftp.cac.washington.edu:/pine/pcpine/pcpine_w.zip
  312.  
  313.     ECS Mail is a Windows-based IMAP client.  2.5 is the most recent
  314.     full release.  3.0 is in beta testing and will support more platforms.
  315.     This is commercial "for-pay" software only.
  316.     Contact:  ECS Sales <ecs-sales@edm.isac.ca>
  317.     Phone:    +1 403 420 8081
  318.  
  319.     For Macintosh:
  320.  
  321.     POPMail II supports IMAP2.  See above under Mac POP clients.
  322.  
  323.     Mailstrom is a Mac IMAP client.  Seems to like to crash a lot on
  324.     some systems.  I hear it's on Info-Mac but I've never actually been
  325.     able to get on that mythical archive site, so we'll try at Washington:
  326.     ftp.cac.washington.edu:/imap/mac
  327.  
  328.     Mail Drop is a Macintosh IMAP client written by Carl Bell of Baylor
  329.     University, available at:
  330.     ftp://ackmo.baylor.edu/pub/bell/Mail_Drop/Mail_Drop.hqx.
  331.     [Thanks to Brian Forney <bforney@umich.edu>]
  332.